+2007-06-17 Behdad Esfahbod <behdad@gnome.org>
+
+ * gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450,
+ Sebastien Bacher, Alex "weej" Jones)
+
2007-06-16 Yevgen Muntyan <muntyan@tamu.edu>
* gtk/gtktextdisplay.c (render_para): fixed couple of drawing
/* These are what we use as the standard font sizes, for the size list.
*/
static const guint16 font_sizes[] = {
- 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
+ 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 22, 24, 26, 28,
32, 36, 40, 48, 56, 64, 72
};